Tree view in vertical or compact form
JSON data in a hierarchical TREE form (https://vason.io/open-tree)
JSON data in a hierarchical COMPACT form (https://vason.io/open-compact)
The Tree
window allows you to analyze JSON data in a hierarchical tree form,
providing a visual representation for easier understanding and navigation.


-
Click the
Tree
button on either the left or right side to open theTree
window. Opening theTree
window from the left side allows you to analyze JSON content from the left JSON panel, while opening it from the right side allows the analysis of JSON content from the right JSON panel. You can navigate through the JSON by expanding particular nodes or expand all nodes at once using theExpand all
button. -
You can synchronize the tree node with the cursor position at the panel you are analyzing the JSON in. E.g.
- Click somewhere on the JSON text on the left panel;
- Then click on the
▷ Sync
button;
-
You may also synchronize the other way around. Just click per node on ◁ to position the cursor in the active JSON panel
-
It is as well possible to analyze JSON in the compact form by choosing the
Compact
element inExtra view
dropdown. In this tree form you can see the keys only without the corresponding values. This makes it easier to understand the structure of the JSON. You can see all the subkeys by mouse hover.